#include <mdaThruZeroProcessor.h>
Public Member Functions | |
ThruZeroProcessor () | |
~ThruZeroProcessor () | |
tresult | initialize (FUnknown *context) |
tresult | terminate () |
tresult | setActive (TBool state) |
void | doProcessing (ProcessData &data) |
Static Public Member Functions | |
static FUnknown * | createInstance (void *) |
Static Public Attributes | |
static FUID | uid |
Protected Member Functions | |
void | recalculate () |
Protected Attributes | |
float | rat |
float | dep |
float | wet |
float | dry |
float | fb |
float | dem |
float | phi |
float | fb1 |
float | fb2 |
float | deps |
float * | buffer |
float * | buffer2 |
int32 | size |
int32 | bufpos |
~ThruZeroProcessor | ( | ) |
Reimplemented from BaseProcessor.
void doProcessing | ( | ProcessData & | data | ) | [virtual] |
Implements BaseProcessor.
static FUnknown* createInstance | ( | void * | ) | [inline, static] |
void recalculate | ( | ) | [protected, virtual] |
Reimplemented from BaseProcessor.
float rat [protected] |
float dep [protected] |
float wet [protected] |
float dry [protected] |
float fb [protected] |
float dem [protected] |
float phi [protected] |
float fb1 [protected] |
float fb2 [protected] |
float deps [protected] |
float* buffer [protected] |
float * buffer2 [protected] |